Skip to content

Fix: No ZIP/PLZ-code for Accompanying details #344#348

Merged
need4deed merged 3 commits intoneed4deed-org:developfrom
lourooo:lourooo-fix-344-postcode-accompanying-details
Apr 24, 2026
Merged

Fix: No ZIP/PLZ-code for Accompanying details #344#348
need4deed merged 3 commits intoneed4deed-org:developfrom
lourooo:lourooo-fix-344-postcode-accompanying-details

Conversation

@lourooo
Copy link
Copy Markdown
Contributor

@lourooo lourooo commented Apr 20, 2026

Fix: No ZIP/PLZ-code for Accompanying details #344

Description

Adds the ZIP/PLZ-code field to the Accompanying Details section on the frontend. Backend support is still needed to persist the value.

Related Issues

Closes #344

Changes

  • Added appointmentPostcode field to the accompanying details schema
  • Added postcode field to display and edit components
  • Added translations in EN and DE

Screenshots / Demos

image

Checklist

  • WITHIN THE SCOPE OF AN ISSUE; No unnecessary files included
  • Tests added/updated
  • Documentation updated
  • CI passes

Copy link
Copy Markdown
Collaborator

@nadavosa nadavosa left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same pattern issue as #346helpers.ts hardcodes the initial value to "" instead of reading from details:

// current (bug — existing postcode never loaded)
appointmentPostcode: "",

// should be
appointmentPostcode: details?.appointmentPostcode || "",

Everything else (schema, display, edit) looks correct.

Fix: helpers.ts
@lourooo
Copy link
Copy Markdown
Contributor Author

lourooo commented Apr 21, 2026

Updated

@nadavosa
Copy link
Copy Markdown
Collaborator

Before this gets merged, please run yarn lint and yarn typecheck locally and fix any errors. We've added a CI check (#359) that will block merging if these fail.

@lourooo
Copy link
Copy Markdown
Contributor Author

lourooo commented Apr 22, 2026

Everything is fine

@need4deed need4deed merged commit bda39e1 into need4deed-org:develop Apr 24, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

No ZIP/PLZ-code for Accompanying details

3 participants